home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 49
/
Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso
/
-serious-
/
graphics
/
gnuplot
/
gnuplot-3.7.1src
/
gnuplot-3.7.1
/
next
/
makefile
< prev
next >
Wrap
Makefile
|
1999-11-29
|
951b
|
47 lines
#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#
NAME = GnuTerm
PROJECTVERSION = 1.1
LANGUAGE = English
APPICON = GnuTerm.tiff
LOCAL_RESOURCES = GnuTerm.nib gnuview.nib
CLASSES = Controller.m GnuView.m gnuviewController.m
HFILES = Controller.h GnuView.h gnuviewController.h
MFILES = GnuTerm_main.m
OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = app.make
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444
ICONSECTIONS = -sectcreate __ICON app GnuTerm.tiff
LIBS = -lMedia_s -lNeXT_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
-include Makefile.preamble
include $(MAKEFILEDIR)/$(MAKEFILE)
-include Makefile.postamble
-include Makefile.dependencies